home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 48 / PC Gamer IT CD 48 1-2.iso / pcgamer.exe / 0 / RCDATA / TFMFORM / TFMFORM.txt < prev   
Text File  |  1999-12-12  |  3KB  |  119 lines

  1. object FMForm: TFMForm
  2.   Left = 555
  3.   Top = 426
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'File manager example'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   Position = poDefault
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object StatusBar: TPanel
  18.     Left = 0
  19.     Top = 204
  20.     Width = 427
  21.     Height = 50
  22.     Align = alBottom
  23.     BevelOuter = bvNone
  24.     TabOrder = 0
  25.     object DirectoryPanel: TPanel
  26.       Left = 0
  27.       Top = 0
  28.       Width = 228
  29.       Height = 50
  30.       Align = alLeft
  31.       BevelInner = bvLowered
  32.       BevelWidth = 2
  33.       TabOrder = 0
  34.     end
  35.     object FilePanel: TPanel
  36.       Left = 228
  37.       Top = 0
  38.       Width = 199
  39.       Height = 50
  40.       Align = alClient
  41.       BevelInner = bvLowered
  42.       BevelWidth = 2
  43.       TabOrder = 1
  44.       object Floppy: TImage
  45.         Left = 30
  46.         Top = 20
  47.         Width = 16
  48.         Height = 9
  49.         AutoSize = True
  50.         Picture.Data = {<image000.bmp>}
  51.         Visible = False
  52.       end
  53.       object Fixed: TImage
  54.         Left = 59
  55.         Top = 20
  56.         Width = 16
  57.         Height = 9
  58.         AutoSize = True
  59.         Picture.Data = {<image001.bmp>}
  60.         Visible = False
  61.       end
  62.       object Network: TImage
  63.         Left = 89
  64.         Top = 20
  65.         Width = 16
  66.         Height = 9
  67.         AutoSize = True
  68.         Picture.Data = {<image002.bmp>}
  69.         Visible = False
  70.       end
  71.       object CDRom: TImage
  72.         Left = 121
  73.         Top = 20
  74.         Width = 16
  75.         Height = 9
  76.         AutoSize = True
  77.         Picture.Data = {<image003.bmp>}
  78.         Visible = False
  79.       end
  80.       object RamDisk: TImage
  81.         Left = 145
  82.         Top = 20
  83.         Width = 16
  84.         Height = 9
  85.         AutoSize = True
  86.         Picture.Data = {<image004.bmp>}
  87.         Visible = False
  88.       end
  89.     end
  90.   end
  91.   object DriveTabSet: TTabSet
  92.     Left = 0
  93.     Top = 178
  94.     Width = 427
  95.     Height = 26
  96.     Align = alBottom
  97.     Font.Charset = DEFAULT_CHARSET
  98.     Font.Color = clWindowText
  99.     Font.Height = -15
  100.     Font.Name = 'MS Sans Serif'
  101.     Font.Style = []
  102.     Style = tsOwnerDraw
  103.     OnChange = DriveTabSetChange
  104.     OnDrawTab = DriveTabSetDrawTab
  105.     OnMeasureTab = DriveTabSetMeasureTab
  106.   end
  107.   object DirectoryOutline: TDirectoryOutline
  108.     Left = 0
  109.     Top = 0
  110.     Width = 198
  111.     Height = 178
  112.     Align = alLeft
  113.     ItemHeight = 16
  114.     OnChange = DirectoryOutlineChange
  115.     OnDragDrop = DirectoryOutlineDragDrop
  116.     OnDragOver = DirectoryOutlineDragOver
  117.     Options = [ooDrawFocusRect]
  118.     PictureLeaf.Data = {<image005.BM∩┐╜B(∩┐╜|∩┐╜@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜>}
  119.